r5 vs r6
......
4747아래 과정은 [[the tree/설치 방법]] 또는 [[the tree/위키 구축]] 과 비슷할수도 있으니 참고바란다.
4848
4949더트리 clone
50{{{
51git clone https://github.com/wjdgustn/thetree --recurse-submodules
50{{{git clone https://github.com/wjdgustn/thetree --recurse-submodules
5251cd thetree}}}
5352이후 nano 등 편집기를 이용해서 .env[* Android 는 1000번 이하 포트를 열지 못하게 하기 때문에 80 443 등의 포트가 아닌 8080, 8443 등으로 바꾸기를 추천한다.], publicConfig.json, stringConfig.json, serverConfig.json, devConfig.json 을 채워넣는다.
5453
5554node.js 모듈 설치
56{{{
57npm i}}}
55{{{npm i
56}}}
5857meilisearch 설치
59{{{
60curl -L https://install.meilisearch.com | sh}}}
58{{{curl -L https://install.meilisearch.com | sh
59}}}
6160